html {

    color:darkgrey ;
    width:auto;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif ;
    background-color: #000 ;
    padding-left: 30px;
    padding-right: 30px;
  
    
}

.img {
    float: left;
}

        
        
/* nav bar*/

.nav-bar {

     
    border-top: 2px solid #0fa;
    border-bottom: 2px solid #0fa;
    margin-top: 40px;
    margin-bottom: 100px;
 
}
 
.nav-bar ul {
    margin: 0;
    padding: 0;
      
       
}
 
.nav-bar li {
    list-style: none;
    float: left ;
    margin-right: 5px;
    font-size: 85%;
    
}
 
.nav-bar a {
    display: block;
    color: #8A2BE2;
    text-decoration: none;
    padding: 15px 25px;
    border-top: none;
    border-bottom: none;
     
    text-shadow:
        0 0 4px #fff,
        0 0 7px #fff,
        0 0 15px #fff,
        0 0 27px #0fa,
        0 0 55px #0fa,
        0 0 77px #0fa,
        0 0 90px #0fa,
        0 0 125px #0fa;
    font-size: 130%;
    font-weight: bold;
    font-style: italic;
    text-align: center;
     
}
 
.nav-bar a:hover {
    background-color: #0fa;
}

.fix {
    clear: both;
}
  
/* End nav bar*/
        

.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;

}
    

body h1 {

    color: #0fa;
    font-family: Arial, Helvetica, sans-serif ;
    margin-top: 50px;
    margin-bottom: -40px;
    text-shadow: 0 0 15px #fff;
    font-size: 300%;
    font-weight: bold;
    text-align: center;
    font-style: italic;
    

}

body h2 {

    color: #ff7dff;
    font-family: cursive ;
    margin-top: 25px;
    margin-bottom: 25px;
    text-shadow:
       0 0 7px #fff,       
       0 0 35px #ff7dff;
        font-size: 175%;
        font-weight: bold;
        text-align: center;
        font-style: italic;
   
}

body h3 {

    color: #0fa;
    font-family: Arial, Helvetica, sans-serif ;
    margin-top: 70px;
    margin-bottom: 25px;
    text-shadow: 0 0 15px #fff;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    font-style: italic;

}

.date {
    margin-bottom: 50px;
    line-height: 50%;
}
     

   
.match-up-bar {

    color: #057deb ;
    font-family: Arial, Helvetica, sans-serif ;
    font-weight: bold;
    text-shadow: 0 0 20px #fff;
    background-color: #000;
    padding: 7px;
    border: 2px solid lightslategrey ;
    box-sizing: border-box;
    margin-top: 50px ;
    margin-bottom: 50px ;
    margin-left: 10px ;
    margin-right: 10px ;

}

.high-light {

    color: #057deb ;
    font-family: 'lucida', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, monospace ;
    font-weight: bold;
}

    

.article-body {

    color: gray;
    font-family: 'lucida', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif, monospace ;
    font-weight: normal;
    background-color: #181818 ;
    padding-top: -2px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid lightslategrey;
    box-sizing: border-box;
    margin-top: 6px ;
    margin-bottom: -10px ;
    margin-left: 10px;
    margin-right: 10px;

}

.best-bets {
    color: #0fa;
    font-family: Arial, Helvetica, sans-serif ;
    font-weight: normal;
}

.footer-note {

    color: lightslategrey;
    font-style: italic;
    background-color: #000;
    line-height: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid lightslategrey ;
    box-sizing: border-box;
    margin-top: -2px ;
    margin-bottom: -2px ;
    margin-left: 10px ;
    margin-right: 10px ;
}





.injury-box {
        color: lightslategrey;
        font-style: italic;
        background-color: #181818;
        line-height: 110%;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 10px;
        padding-right: 10px;
        border: 2px solid lightslategrey ;
        box-sizing: border-box;
        margin-top: 0px ;
        margin-bottom: 60px ;
        margin-left: 10px ;
        margin-right: 10px ;
        
}


.ninja a {
    color: rgb(5, 5, 5);
    font-family: 'lucida', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode' Verdana, sans-serif, monospace ;
    font-weight: normal;
    list-style: none;
    float: right ;
    margin-top: -20px;
    margin-bottom: 10px;
}

footer {
        color: gray;
        font-family: 'Times New Roman', Times, serif ;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 50px;
    
}



